go/doc.reader.isVisible (method)

4 uses

	go/doc (current package)
		reader.go#L201: func (r *reader) isVisible(name string) bool {
		reader.go#L326: 	if domName != "" && r.isVisible(domName) && domFreq >= int(float64(len(decl.Specs))*threshold) {
		reader.go#L453: 			if n, imp := baseTypeName(factoryType); !imp && r.isVisible(n) && !r.isPredeclared(n) {
		reader.go#L752: 		visible := r.isVisible(t.name)